←Select platform

CanSynchronize Method

Summary

Determines whether the type type supports synchronization.

Syntax

C#
VB
C++
public bool CanSynchronize( 
   MedicalViewerActionType action 
) 
  
Public Function CanSynchronize( _ 
   ByVal action As Leadtools.Medicalviewer.MedicalViewerActionType _ 
) As Boolean 
             
            public: 
bool CanSynchronize(  
   Leadtools.Medicalviewer.MedicalViewerActionType action 
)  
             

Parameters

action
MedicalViewerActionType enumeration that is being checked as to whether it supports synchronization.

Return Value

true if the type type supports synchronization; otherwise, false.

Remarks

Currently the only type that supports synchronization is MedicalViewerActionType.Stack. It's supported via the MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> class.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly